Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Cython 3 (and also Python 3.13). #951

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

J08nY
Copy link

@J08nY J08nY commented Jan 16, 2025

Description

Fixes the build on Python 3.13 (with Cython 3). Fixes #926 and fixes #947.

Types of change

Removal of Cython version restriction and a small fix.

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

@ngoldbaum
Copy link

It would also be neat to check the Cython 3.1 alpha release or Cython's master branch against free-threaded 3.13.

See https://py-free-threading.github.io for more info about supporting free-threaded Python in native code.

@J08nY
Copy link
Author

J08nY commented Feb 2, 2025

Any progress on getting this in and cutting a new release? Python 3.13 is now 4 months old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipenv install failed with spacy 3.8.2 and thinc 8.3.2. Support for cython 3.x
2 participants